home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Scene Storm
/
Scene Storm - Volume 1.iso
/
coding
/
c
/
vbcc
/
machines
/
amiga68k
/
libsrc
/
amigalib
/
setsuperattrs.s
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-10-26
|
417 b
|
27 lines
section "CODE",code
cnop 0,4
xdef _SetSuperAttrs
_SetSuperAttrs
move.l a2,-(a7)
movem.l 8(a7),a0/a2
move.l a2,d0
beq L_Null
move.l a0,d0
beq L_Null
clr.l -(a7)
pea 20(a7)
pea 259
move.l sp,a1
move.l 24(a7),a0
bsr L_Invoke
lea 12(a7),a7
L_Null
move.l (a7)+,a2
rts
L_Invoke
move.l 8(a0),-(a7)
rts